Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tk/dynamic crashlytics #71

Merged
merged 3 commits into from
Aug 16, 2024
Merged

Tk/dynamic crashlytics #71

merged 3 commits into from
Aug 16, 2024

Conversation

TadeasKriz
Copy link
Contributor

I've replaced direct usage of Firebase Crashlytics ObjC classes with dynamic calls. This way stripped symbols are no longer a problem. The one symbol we still need to mark as "unresolved" (_FIRCLSExceptionRecordNSException) is available even after symbols are stripped. That means dyld is able to link it in runtime.

I've also made it into a weak symbol to improve the error message when we try to use it, but it's not available.

@tamimattafi
Copy link

@TadeasKriz Hello! Can we have a pre-release (alpha01 or something) so we can help with testing? I have a large dynamic framework which might trigger other side effects

@JackHurst0
Copy link

Hello @TadeasKriz thanks for this fix!

Do you know if there is a timeline on when we could expect this to be merged and fixed?

@kpgalligan
Copy link
Contributor

Sorry all. Review was on me and I've been super busy. Diving in...

Copy link
Contributor

@kpgalligan kpgalligan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@TadeasKriz TadeasKriz merged commit 4c9a2da into main Aug 16, 2024
2 checks passed
@JackHurst0
Copy link

Thanks once again for this fix @TadeasKriz

Just like @tamimattafi said, if you need real projects to test a pre-release, I can try to make some time to help with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants